home *** CD-ROM | disk | FTP | other *** search
- ;GIL-3
- (
- (
- :type :menu
- :name documentMenu
- :help ""
- :columns 1
- :menu-type :command
- :menu-handler nil
- :menu-title ""
- :menu-item-labels ("Open" "Save" "Save As" "About ShellEdit" "Quit" )
- :menu-item-label-types (:string :string :string :string :string )
- :menu-item-states (:active :active :active :active :active )
- :menu-item-defaults (nil nil nil nil nil )
- :initial-selections (nil nil nil nil nil )
- :menu-item-handlers (OpenFile Save SaveAs Info QuitShellEdit )
- :menu-item-menus (nil nil nil nil nil )
- :menu-item-colors ("" "" "" "" "" )
- :pinnable t
- :user-data ()
- :actions (
- (
- :from (documentMenu "Open")
- :when (Notify )
- :to (documentMenu "Open")
- :function_type CallFunction
- :arg_type ()
- :action (OpenFile)
- )
- (
- :from (documentMenu "Save")
- :when (Notify )
- :to (documentMenu "Save")
- :function_type CallFunction
- :arg_type ()
- :action (Save)
- )
- (
- :from (documentMenu "Save As")
- :when (Notify )
- :to (documentMenu "Save As")
- :function_type CallFunction
- :arg_type ()
- :action (SaveAs)
- )
- (
- :from (documentMenu "About ShellEdit")
- :when (Notify )
- :to (documentMenu "About ShellEdit")
- :function_type CallFunction
- :arg_type ()
- :action (Info)
- )
- (
- :from (documentMenu "Quit")
- :when (Notify )
- :to (documentMenu "Quit")
- :function_type CallFunction
- :arg_type ()
- :action (QuitShellEdit)
- )
- )
- )
- (
- :type :base-window
- :name baseWindow
- :owner nil
- :width 831
- :height 457
- :background-color ""
- :foreground-color ""
- :label "Shell Edit Document : \"untitled\""
- :label-type :string
- :initial-state :open
- :show-footer t
- :resizable t
- :icon-file "ShellEdit.icon"
- :icon-label ""
- :icon-mask-file ""
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name shellControl
- :owner baseWindow
- :help ""
- :x 0
- :y 0
- :width 408
- :height 457
- :background-color "Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border nil
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name document
- :owner shellControl
- :help ""
- :x 24
- :y 16
- :width 94
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "Document"
- :label-type :string
- :initial-state :active
- :menu documentMenu
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name editListMessage
- :owner shellControl
- :help ""
- :x 120
- :y 20
- :width 218
- :height 13
- :foreground-color ""
- :label " Edit List Number of Edits :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name numOfEdits
- :owner shellControl
- :help ""
- :x 348
- :y 20
- :width 8
- :height 13
- :foreground-color ""
- :label "0"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name scrollerMessage
- :owner shellControl
- :help ""
- :x 32
- :y 48
- :width 304
- :height 13
- :foreground-color ""
- :label "Edit # Label Duration"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :scrolling-list
- :name scrollList
- :owner shellControl
- :help ""
- :x 24
- :y 68
- :width 330
- :height 164
- :value-x 24
- :value-y 68
- :rows 8
- :foreground-color ""
- :label ""
- :title ""
- :label-type :string
- :layout-type :horizontal
- :read-only t
- :multiple-selections nil
- :selection-required nil
- :initial-state :active
- :droppable nil
- :default-drop-site nil
- :menu nil
- :notify-handler ScrollList
- :event-handler nil
- :initial-list-values ()
- :initial-list-glyphs ()
- :initial-selections ()
- :user-data ()
- :actions (
- (
- :from (baseWindow scrollList)
- :when (Notify )
- :to (baseWindow scrollList)
- :function_type CallFunction
- :arg_type ()
- :action (ScrollList)
- )
- )
- )
- (
- :type :message
- :name currentSelection
- :owner shellControl
- :help ""
- :x 104
- :y 244
- :width 126
- :height 13
- :foreground-color ""
- :label "Current Selection :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name currentSelectionField
- :owner shellControl
- :help ""
- :x 240
- :y 244
- :width 59
- :height 13
- :foreground-color ""
- :label "New Edit"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name command
- :owner shellControl
- :help ""
- :x 24
- :y 268
- :width 360
- :height 32
- :value-x 24
- :value-y 285
- :value-length 45
- :stored-length 255
- :rows 3
- :foreground-color ""
- :text-type :alphanumeric
- :label "Command :"
- :label-type :string
- :layout-type :vertical
- :value-underlined t
- :initial-value ""
- :initial-state :active
- :read-only nil
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name label
- :owner shellControl
- :help ""
- :x 24
- :y 320
- :width 357
- :height 15
- :value-x 77
- :value-y 320
- :value-length 38
- :stored-length 255
- :rows 3
- :foreground-color ""
- :text-type :alphanumeric
- :label "Label :"
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :initial-value ""
- :initial-state :active
- :read-only nil
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name duration
- :owner shellControl
- :help ""
- :x 24
- :y 356
- :width 194
- :height 15
- :value-x 154
- :value-y 356
- :value-length 8
- :stored-length 80
- :rows 3
- :foreground-color ""
- :text-type :alphanumeric
- :label "Duration (in sec) :"
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :initial-value ""
- :initial-state :active
- :read-only nil
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name indefinite
- :owner shellControl
- :help ""
- :x 232
- :y 356
- :width 78
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "Indefinite"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler Indefinite
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow indefinite)
- :when (Notify )
- :to (baseWindow indefinite)
- :function_type CallFunction
- :arg_type ()
- :action (Indefinite)
- )
- )
- )
- (
- :type :button
- :name performCommand
- :owner shellControl
- :help ""
- :x 27
- :y 392
- :width 134
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "Perform Command"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler PerformCommand
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow performCommand)
- :when (Notify )
- :to (baseWindow performCommand)
- :function_type CallFunction
- :arg_type ()
- :action (PerformCommand)
- )
- )
- )
- (
- :type :button
- :name add
- :owner shellControl
- :help ""
- :x 169
- :y 392
- :width 77
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Add"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler Add
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow add)
- :when (Notify )
- :to (baseWindow add)
- :function_type CallFunction
- :arg_type ()
- :action (Add)
- )
- )
- )
- (
- :type :button
- :name delete
- :owner shellControl
- :help ""
- :x 272
- :y 392
- :width 77
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Delete"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler Delete
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow delete)
- :when (Notify )
- :to (baseWindow delete)
- :function_type CallFunction
- :arg_type ()
- :action (Delete)
- )
- )
- )
- (
- :type :button
- :name killProcesses
- :owner shellControl
- :help ""
- :x 28
- :y 420
- :width 132
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label " Kill Processes "
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler KillProcesses
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow killProcesses)
- :when (Notify )
- :to (baseWindow killProcesses)
- :function_type CallFunction
- :arg_type ()
- :action (KillProcesses)
- )
- )
- )
- (
- :type :button
- :name modify
- :owner shellControl
- :help ""
- :x 169
- :y 420
- :width 77
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Modify"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler Modify
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow modify)
- :when (Notify )
- :to (baseWindow modify)
- :function_type CallFunction
- :arg_type ()
- :action (Modify)
- )
- )
- )
- (
- :type :button
- :name deleteAll
- :owner shellControl
- :help ""
- :x 272
- :y 420
- :width 77
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Delete All"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler DeleteAll
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow deleteAll)
- :when (Notify )
- :to (baseWindow deleteAll)
- :function_type CallFunction
- :arg_type ()
- :action (DeleteAll)
- )
- )
- )
- (
- :type :term-pane
- :name terminal
- :owner baseWindow
- :help ""
- :x 407
- :y 0
- :width 424
- :height 457
- :background-color ""
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :popup-window
- :name ShellEditInfo
- :owner baseWindow
- :width 476
- :height 264
- :background-color "light gray"
- :foreground-color ""
- :label "Shell Edit Info"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable t
- :pinned nil
- :done-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name InfoControlPanel
- :owner ShellEditInfo
- :help ""
- :x 0
- :y 0
- :width 476
- :height 264
- :background-color ""
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appNameMessage
- :owner InfoControlPanel
- :help ""
- :x 156
- :y 12
- :width 161
- :height 13
- :foreground-color ""
- :label "Shell Edit Version 1.10"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appDescription1Message
- :owner InfoControlPanel
- :help ""
- :x 68
- :y 40
- :width 346
- :height 13
- :foreground-color ""
- :label "An application for executing and timing shell commands"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appDescription2Message
- :owner InfoControlPanel
- :help ""
- :x 24
- :y 64
- :width 430
- :height 13
- :foreground-color ""
- :label "designed for use with the MAEstro Multimedia Authoring Environment"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name developerMessage
- :owner InfoControlPanel
- :help ""
- :x 176
- :y 100
- :width 112
- :height 13
- :foreground-color ""
- :label "by Bryant Marks"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyrightMessage
- :owner InfoControlPanel
- :help ""
- :x 8
- :y 128
- :width 457
- :height 13
- :foreground-color ""
- :label "Copyright (C) 1990, 1991, 1992 Libraries and Information Resources (L&IR)"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyright2Message
- :owner InfoControlPanel
- :help ""
- :x 176
- :y 152
- :width 118
- :height 13
- :foreground-color ""
- :label "Stanford University"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyright3Message
- :owner InfoControlPanel
- :help ""
- :x 176
- :y 172
- :width 119
- :height 13
- :foreground-color ""
- :label "Stanford, California"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name moreinfoMessage
- :owner InfoControlPanel
- :help ""
- :x 80
- :y 204
- :width 309
- :height 13
- :foreground-color ""
- :label "For more info, contact maestro@sioux.stanford.edu"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name info
- :owner InfoControlPanel
- :help ""
- :x 208
- :y 232
- :width 36
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "OK"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler HideInfo
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (ShellEditInfo info)
- :when (Notify )
- :to (ShellEditInfo info)
- :function_type CallFunction
- :arg_type ()
- :action (HideInfo)
- )
- )
- )
- )
-